diff options
author | Fushihara <1039534+fushihara@users.noreply.github.com> | 2024-09-28 18:33:11 +0900 |
---|---|---|
committer | Fushihara <1039534+fushihara@users.noreply.github.com> | 2024-09-28 18:33:11 +0900 |
commit | 67c590c46f3a29795308098e9c6d0fa1da53e805 (patch) | |
tree | 35b8f5f26b9ff48580f28de1131f19fd7c8c3569 /src/app/article/all/[pageId]/page.tsx | |
parent | 693a05cc8b83e1cbbe22184b5ffd8a360157e1ff (diff) |
テーブル作成の処理を切り出し
Diffstat (limited to 'src/app/article/all/[pageId]/page.tsx')
-rw-r--r-- | src/app/article/all/[pageId]/page.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/article/all/[pageId]/page.tsx b/src/app/article/all/[pageId]/page.tsx index 2b9685c..c94909a 100644 --- a/src/app/article/all/[pageId]/page.tsx +++ b/src/app/article/all/[pageId]/page.tsx @@ -4,6 +4,7 @@ import { ArticleListElement } from "../../_components/articleListElement"; import { PPV } from "../../../../util/consts"; import { chunk } from "../../../../util/arrayChunk"; import { pagenationElement } from "../../_components/pagenationElement"; +import { TableElement } from "../../../_components/tableElements"; dateformat.i18n.dayNames = [ '日', '月', '火', '水', '木', '金', '土', '日曜日', '月曜日', '火曜日', '水曜日', '木曜日', '金曜日', '土曜日' |